,System.Reactive.EventPattern{-0,-1})}
EventPattern.op_Equality(EventPattern, EventPattern) operator¶
Defined in
Type: EventPatternSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static bool operator ==(EventPattern<TSender, TEventArgs> first, EventPattern<TSender, TEventArgs> second)
Summary: Determines whether two specified EventPattern objects represent the same event.
Parameters
| Name | Type | Description |
|---|---|---|
first | [EventPattern | The first [EventPattern](# to compare, or null. |
second | [EventPattern | The second [EventPattern](# to compare, or null. |
Returns: bool -- true if both EventPattern objects represent the same event; otherwise, false.